Prepare Release #4
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is a preview of the release that release-plan has prepared.
To release you should just merge this PR 👍** This PR is merely a test of the PR generating system using the actions in this repo **
release prepare
Edits the package.json and changelog files to prepare for release.
Options:
--version Show version number [boolean]
--help Show help [boolean]
--fromStdin Read the summary of changes from stdin instead of building
them from scratch. [boolean]
--singlePackage Allows you to run this command in a non monorepo and define
the package name [string]
ExecaError: Command failed with exit code 1: node /opt/hostedtoolcache/node/24.12.0/x64/lib/node_modules/release-plan/node_modules/github-changelog/bin/cli.js --ignore-releases --next-version Release
Fetch error: Not Found.
{"message":"Not Found","documentation_url":"https://docs.github.com/rest","status":"404"}
at getFinalError (file:///opt/hostedtoolcache/node/24.12.0/x64/lib/node_modules/release-plan/node_modules/execa/lib/return/final-error.js:6:9)
at makeError (file:///opt/hostedtoolcache/node/24.12.0/x64/lib/node_modules/release-plan/node_modules/execa/lib/return/result.js:108:16)
at getAsyncResult (file:///opt/hostedtoolcache/node/24.12.0/x64/lib/node_modules/release-plan/node_modules/execa/lib/methods/main-async.js:168:4)
at handlePromise (file:///opt/hostedtoolcache/node/24.12.0/x64/lib/node_modules/release-plan/node_modules/execa/lib/methods/main-async.js:151:17)
at async gatherChanges (file:///opt/hostedtoolcache/node/24.12.0/x64/lib/node_modules/release-plan/dist/gather-changes.js:8:20)
at async newChangelogContent (file:///opt/hostedtoolcache/node/24.12.0/x64/lib/node_modules/release-plan/dist/cli.js:90:19)
at async Object.handler (file:///opt/hostedtoolcache/node/24.12.0/x64/lib/node_modules/release-plan/dist/cli.js:14:36) {
shortMessage: 'Command failed with exit code 1: node /opt/hostedtoolcache/node/24.12.0/x64/lib/node_modules/release-plan/node_modules/github-changelog/bin/cli.js --ignore-releases --next-version Release',
command: 'node /opt/hostedtoolcache/node/24.12.0/x64/lib/node_modules/release-plan/node_modules/github-changelog/bin/cli.js --ignore-releases --next-version Release',
escapedCommand: 'node /opt/hostedtoolcache/node/24.12.0/x64/lib/node_modules/release-plan/node_modules/github-changelog/bin/cli.js --ignore-releases --next-version Release',
cwd: '/home/runner/work/actions/actions',
durationMs: 610.893836,
failed: true,
timedOut: false,
isCanceled: false,
isGracefullyCanceled: false,
isTerminated: false,
isMaxBuffer: false,
isForcefullyTerminated: false,
exitCode: 1,
stdout: 'Fetch error: Not Found.\n' +
'{"message":"Not Found","documentation_url":"https://docs.github.com/rest","status":"404"}',
stderr: '',
stdio: [
undefined,
'Fetch error: Not Found.\n' +
'{"message":"Not Found","documentation_url":"https://docs.github.com/rest","status":"404"}',
''
],
ipcOutput: [],
pipedFrom: []
}